If you are using [Tools > Options] then make sure you press the [>>] button to include the options in your model. The code should then look something like:
Options()
{
Curve="shcal20.14c";
};
Plot()
{
R_Date(3000, 30);
};
Alternatively, you can use [Tools > Curves] and select SHCal20. Again you must press [>>] to insert the curve into the model. This should give you something like:
Plot()
{
Curve("SHCal20","shcal20.14c");
R_Date(3000, 30);
};
and the last specified curve is used for each calibration - so you can use different ones for different samples.
If you are just calibrating a single sample from the home page of OxCal (or using the @ menu item from the viewer) you can just set the curve under [Options > Curve], return to the [@] menu and enter the date to calibrate.
Christopher
> --
> You received this message because you are subscribed to the Google Groups "OxCal" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
oxcal+un...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/oxcal/72985582-c869-485b-bbd6-9f1122620667n%40googlegroups.com.