Subversion Repositories gelsvn

Rev

Rev 61 | Rev 382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61 Rev 191
Line 20... Line 20...
20
			cout << "Could not open volume" << endl;
20
			cout << "Could not open volume" << endl;
21
			return false;
21
			return false;
22
	}
22
	}
23
		
23
		
24
		template bool load_raw(const string&, RGrid<unsigned char>& grid);
24
		template bool load_raw(const string&, RGrid<unsigned char>& grid);
-
 
25
		template bool load_raw(const string&, RGrid<unsigned short>& grid);
-
 
26
		template bool load_raw(const string&, RGrid<float>& grid);
25
 
27
 
26
}
28
}